Levent Özbek

Results 4 issues of Levent Özbek

Hi. I use **realisticStockPhoto_v20** on Fooocus with **sdxl_film_photography_style** lora and I really like the results. Fooocus and other gradio implementations come with settings inputs that I want to utilize in...

### Describe the bug Hi. Here, I am trying to do inpaint using **realisticStockPhoto** with **SDXL_FILM_PHOTOGRAPHY_STYLE** LoRA. ``` device = "cuda" model_path = "realisticStockPhoto_v20.safetensors" pipe = StableDiffusionInpaintPipeline.from_single_file(model_path,torch_dtype=torch.float16,safetensors=True).to(device) pipeline = AutoPipelineForText2Image.from_single_file("SDXL_FILM_PHOTOGRAPHY_STYLE_BetaV0.4.safetensors",...

bug

Hi. I am getting this error: ``` ImportError Traceback (most recent call last) Cell In[12], [line 8](vscode-notebook-cell:?execution_count=12&line=8) [6](vscode-notebook-cell:?execution_count=12&line=6) from PIL import Image, ImageOps [7](vscode-notebook-cell:?execution_count=12&line=7) from diffusers import StableDiffusionInpaintPipeline, DiffusionPipeline, StableDiffusionXLPipeline,...

### Describe the bug Hi. Whenever I try to load a model repo locally, I get this following error: ``` OverflowError: cannot fit 'int' into an index-sized integer ``` Not...

bug