David Löwenfels
David Löwenfels
I want to reuse the preprocessed images inside the webui. I found them in /tmp but it would be nice to have them in somewhere like outputs/extras-images so I can...
I have an association where I use a text string for my primary key. ``` has_many :children, class_name: "ActsAsTaggableOn::Tag", foreign_key: :parent_name, primary_key: :name, dependent: :nullify define_eager_group :children_count, :children, :count, :*...
``` ERROR:root:!!! Exception during processing !!! ERROR:root:Traceback (most recent call last): File "/Users/dfl/sd/ComfyUI/execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/dfl/sd/ComfyUI/execution.py", line 82, in get_output_data return_values...
[aurora:~/work/photovoo] dfl% more explore_profile.rb get '/bot/explore/photos/loved' [aurora:~/work/photovoo] dfl% ./script/performance/profiler explore_profile.rb Loading Rails... Using the ruby-prof extension. (eval):1:in `profile_me': undefined local variable or method`explore_profile' for main:Object (NameError) from /sw/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/commands/performance/profiler.rb:24 from /sw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in...
I had trouble installing on my Mac, but here's what I did to get it to work. git clone https://github.com/cumulo-autumn/StreamDiffusion.git cd StreamDiffusion pip install . git patch apply [ignore_cuda_for_mac.patch](https://github.com/cumulo-autumn/StreamDiffusion/files/14538335/ignore_cuda_for_mac.patch)
thank you for this model! May I ask if you could possibly provide an ONNX format for the model? I want to try and use it in extensions for stable...